@charset "utf-8";

.join-main {
  padding: 80px 0;
}
.join-page h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  font-family: auto;
}
.join-page .join-category li{
  width: 593px;
  height: 196px;
  border-radius: 5px;
  box-shadow: 0px 0px 14px rgba(0,0,0,0.06);
  font-size: 34px;
  background-color: #fff;
}
.join-page .join-category li:first-child {
  background-image: url(../images/join_cate_bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.join-page .join-category li:last-child {
  background-image: url(../images/join_cate_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.join-page .join-category li a{
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.environment h2 {
  font-size: 36px;
  text-align: center;
  padding: 80px 0;
  font-weight: bold;
  font-family: auto;
}
.environment-list li {
  padding: 20px;
  border: 1px solid #eee;
  width: 598px;
  height: 308px;
}
.environment-list li .env-img {
  width: 558px;
  height: 268px;
}
.environment-list li .env-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team .team-list {
  position: relative;
}
.team .ul-wrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.team .ul-wrap .environment-list {
  width: 100%;
  
  flex: none;
}
.team .prev, .team .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: url(../images/ico_prevnext.png) no-repeat;
  cursor: pointer;
  display: none;
  opacity: .8;
}
.team .prev {
  left: -54px;
  background-position: 0 0;
}
.team .next {
  right: -54px;
  background-position: 0 -44px;
}
.team .prev:hover, .corporate-style .next:hover {
  opacity: 1;
}


.corporate-style h2 {
  font-size: 36px;
  text-align: center;
  padding: 80px 0;
  font-weight: bold;
  font-family: auto;
}
.corporate-list {
  position: relative;
  width: 1200px;
}
.corporate-list li {
  width: 386px;
  margin-right: 20px;
}
.corporate-list li .corporate-img {
  width: 386px;
  height: 255px;
}
.corporate-list li .corporate-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate-list li p {
  width: 100%;
  height: 62px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 16px;
  padding: 20px;
}
.corporate-list li:hover {
  box-shadow: 0px 0px 14px rgba(0,0,0,0.06);
}
.corporate-style .prev, .corporate-style .next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background: url(../images/ico_prevnext.png) no-repeat;
  cursor: pointer;
  display: none;
  opacity: .8;
}
.corporate-style .prev {
  left: -54px;
  background-position: 0 0;
}
.corporate-style .next {
  right: -54px;
  background-position: 0 -44px;
}
.corporate-style .prev:hover, .corporate-style .next:hover {
  opacity: 1;
}

.post-type h2 {
  font-size: 36px;
  text-align: center;
  padding: 80px 0 50px;
  font-weight: bold;
  font-family: auto;
}
.post-type-list li {
  width: 224px;
  height: 252px;
  padding: 20px;
  transition: all 0.3s;
  border: 1px solid #f3f3f3;
}
.post-type-list li:hover {
  box-shadow: 0 0 22px rgba(0,0,0,0.06);
}
.post-type-list li+li {
  margin-left: 20px;
}
.post-type-list li a {
  flex-direction: column;
}
.post-type-list .post-type-icon {
  width: 90px;
  height: 90px;
}
.post-type-list .name {
  font-size: 25px;
  margin: 10px 0 19px;
}
.post-type-list .desc {
  font-size: 15px;
  color: #949494;
  width: 158px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 25px;
}
.join-contact {
  width: 1200px;
  height: 520px;
  margin-top: 80px;
  padding: 40px 125px;
  color: #fff;
  background: url('../images/join_contact_bg.png') 0 0 no-repeat,linear-gradient(0deg, #FF640F 0%, #FF9532 100%);
  background-size: contain;

}

.jobs {
  padding: 50px 0;
}
.filter {
  box-shadow: 0 0 22px rgba(0,0,0,0.06);
  padding: 20px 32px;
  margin-bottom: 20px;
}
.filter .tit {
  font-size: 18px;
  margin-bottom: 20px;
}
.filter .job-search .search-input {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  width: 91%;
  border-radius: 3px 0 0 3px;
  border: 1px solid #eee;
  font-size: 15px;
  border-right: none;
}
.filter .job-search .search-btn {
  width: 102px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #ffb822;
  border-radius: 0 3px 3px 0;
  border: none;
}
.filter-items {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.filter-items .f-item {
  margin-right: 15px;
  position: relative;
  padding-bottom: 3px;
}
.filter-items .f-item .f-selected {
  width: 198px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0 10px;
  cursor: pointer;
}
.filter-items .f-item .f-selected .f-item-icon {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #737373;
  margin-top: 5px;
}
.filter-items .f-item ul {
  position: absolute;
  top: 39px;
  min-width: 198px;
  border: 1px solid #eee;
  padding: 5px 0;
  background-color: #fff;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.filter-items .f-item.cur ul {
  display: block;
}
.filter-items .f-item ul li {
  line-height: 3;
}
.filter-items .f-item ul li:hover {
  background-color: #f2f5f9;
}
.filter-items .f-item ul li a {
  display: block;
  padding: 0 15px;
}
.filter-items .f-item ul li em {
  padding: 0 15px;
}
.job-list {
  box-shadow: 0 0 22px rgba(0,0,0,0.06);
  padding: 25px 32px;
}
.job-item {
  border-bottom: 1px dashed #f1f1f3;
}
.job-item+.job-item {
  margin-top: 20px;
}
.job-item .hd {
  padding-bottom: 25px;
}
.job-item .hd .name {
  font-size: 20px;
  font-weight: bold;
}
.job-item .hd .type {
  color: #808080;
  margin: 15px 0;
}
.job-item .hd .address {
  font-size: 16px;
}
.job-item .hd .r {
  text-align: right;
  color: #808080;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}
.job-item .hd .more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.job-item .hd .more i {
  border: solid #808080;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}
.job-item .hd .more .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
.job-item .hd .more .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 6px 0 0 8px;
}
.job-item .tit {
  position: relative;
}
.job-item .tit:after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #f1f1f3;
  left: 0;
  top: 56%;
  z-index: -1;
}
.job-item .tit span {
  padding: 0 10px 0 0;
  background-color: #fff;
  font-size: 16px;
}
.job-item .bd-wrap {
  display: none;
}
.job-item .bd .con {
  font-size: 15px;
  line-height: 1.7;
  padding: 20px 0;
}
.job-item .ft {
  padding-bottom: 50px;
}
.job-item .ft .info {
  padding: 20px 0 35px;
  display: flex;
  font-size: 15px;
}
.job-item .ft .info .info-item {
  width: 33.333%;
}
.job-item .ft .info .info-item .label {
  margin-bottom: 10px;
  color: #999;
}
.job-item .ft .apply {
  text-align: center;
}
.job-item .ft .apply a.show-apply-popup {
  display: inline-block;
  width: 158px;
  height: 45px;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  background-color: #ffb822;
}

.filter-page{
  margin-top: 50px;
}

.pages{
	text-align: center;
}

.pages a{
	border:1px solid #ddd;
	padding: 5px 12px;
	margin: 0 2px 0 4px;
	color: #666;
  border-radius: 6px;
}

.pages span{
	padding: 5px 12px;
	background:#ffb822;
	border:1px solid #ffb822;
	color:#fff;
	margin-right:5px;
  border-radius: 6px;
}

.pages a:hover{
	background:#ffb822;
	border:1px solid #ffb822;
	color:#fff;
}

.prenext{
	margin-top:20px;
	border-top:1px dashed #ddd;
	padding-top:10px;
	line-height:24px;
	font-size:14px;
}

.prenext a{
	font-weight:bold;
	color:#555;
	font-size:14px;
}

.prenext a:hover{
	color:#ffb822;
}

.apply-wrap {
  display: none;
}
.apply-popup {
  width: 488px;
  height: 488px;
  background-color: #fff;
  padding: 60px 40px 40px 40px;
}
.apply-popup .hd {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.apply-popup .apply-item {
  margin-bottom: 20px;
}
.apply-popup .apply-item .label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.apply-popup .apply-item .apply-input {
  height: 36px;
  width: 100%;
  line-height: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #808080;
  padding: 10px;
}
.apply-popup .apply-btn {
  width: 100%;
  height: 36px;
  background-color: #FFB822;
  border-radius: 3px;
  color: #fff;
  margin-top: 45px;
  border: none;
}